home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / 3d_hyper / 3d_hyper.dcr / Internal_3_General Instructions.ls < prev    next >
Encoding:
Text File  |  2011-06-09  |  265 b   |  15 lines

  1. property pMyLoc
  2.  
  3. on beginSprite me
  4.   pMyLoc = sprite(me.spriteNum).loc
  5.   sprite(me.spriteNum).loc = point(-1000, -1000)
  6. end
  7.  
  8. on showInstructions me
  9.   sprite(me.spriteNum).loc = pMyLoc
  10. end
  11.  
  12. on hideInstructions me
  13.   sprite(me.spriteNum).loc = point(-1000, -1000)
  14. end
  15.